pub unsafe extern "C" fn BN_set_u64(
    bn: *mut BIGNUM,
    value: u64
) -> c_int