pub unsafe extern "C" fn ASN1_d2i_bio(
xnew: Option<unsafe extern "C" fn() -> *mut c_void>,
d2i: Option<unsafe extern "C" fn(_: *mut *mut c_void, _: *mut *const u8, _: i64) -> *mut c_void>,
in_: *mut bio_st,
x: *mut *mut c_void,
) -> *mut c_void