Function php_stream_from_persistent_id

Source
pub unsafe extern "C" fn php_stream_from_persistent_id(
    persistent_id: *const c_char,
    stream: *mut *mut php_stream,
) -> c_int