Function boring_sys::BN_usub

source ·
pub unsafe extern "C" fn BN_usub(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    b: *const BIGNUM
) -> c_int