[][src]Type Definition nginx::BIO_callback_fn

type BIO_callback_fn = Option<unsafe extern "C" fn(b: *mut BIO, oper: c_int, argp: *const c_char, argi: c_int, argl: c_long, ret: c_long) -> c_long>;