Function openssl_sys::BN_div 
                   
                       [−]
                   
               [src]
pub unsafe extern fn BN_div(dv: *mut BIGNUM,
rem: *mut BIGNUM,
a: *const BIGNUM,
b: *const BIGNUM,
ctx: *mut BN_CTX)
-> c_int