pub unsafe extern "C" fn BN_bin2bn(
    s: *const u8,
    size: c_int,
    ret: *mut BIGNUM
) -> *mut BIGNUM