BN_copy

Function BN_copy 

Source
pub unsafe extern "C" fn BN_copy(
    dest: *mut BIGNUM,
    src: *const BIGNUM,
) -> *mut BIGNUM