pub unsafe extern "C" fn BN_set_negative(b: *mut bignum_st, n: i32)
BN_set_negative sets sign of a BIGNUM \param b pointer to the BIGNUM object \param n 0 if the BIGNUM b should be positive and a value != 0 otherwise