pub unsafe extern "C" fn RAND_bytes_with_user_prediction_resistance( out: *mut u8, out_len: usize, user_pred_resistance: *const u8, ) -> c_int