pub unsafe extern "C" fn BN_is_prime( p: *const bignum_st, nchecks: i32, callback: Option<unsafe extern "C" fn(_: i32, _: i32, _: *mut c_void)>, ctx: *mut bignum_ctx, cb_arg: *mut c_void, ) -> i32