pub unsafe extern "C" fn nng_ctx_getopt_bool(
    d: nng_ctx,
    opt: *const c_char,
    bvalp: *mut bool
) -> c_int