pub unsafe extern "C" fn BN_is_negative(b: *const bignum_st) -> i32
BN_is_negative returns 1 if the BIGNUM is negative \param b pointer to the BIGNUM object \return 1 if a < 0 and 0 otherwise