[][src]Function nginx::BIO_set_ex_data

pub unsafe extern "C" fn BIO_set_ex_data(
    bio: *mut BIO,
    idx: c_int,
    data: *mut c_void
) -> c_int