[][src]Type Definition nginx::ngx_log_handler_pt

type ngx_log_handler_pt = Option<unsafe extern "C" fn(log: *mut ngx_log_t, buf: *mut u_char, len: size_t) -> *mut u_char>;