BN_set_word

Function BN_set_word 

Source
pub unsafe extern "C" fn BN_set_word(
    bn: *mut BIGNUM,
    n: BN_ULONG,
) -> c_int