pub unsafe extern "C" fn php_stream_notification_notify(
    context: *mut php_stream_context,
    notifycode: c_int,
    severity: c_int,
    xmsg: *mut c_char,
    xcode: c_int,
    bytes_sofar: usize,
    bytes_max: usize,
    ptr: *mut c_void
)