[][src]Type Definition nginx::ngx_send_pt

type ngx_send_pt = Option<unsafe extern "C" fn(c: *mut ngx_connection_t, buf: *mut u_char, size: size_t) -> ssize_t>;