Type Definition phper_sys::zend_write_func_t

source ·
pub type zend_write_func_t = Option<unsafe extern "C" fn(str_: *const c_char, str_length: usize) -> c_int>;