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