Function BN_bin2bn

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