pub unsafe extern "C" fn php_stream_xport_crypto_setup(
    stream: *mut php_stream,
    crypto_method: php_stream_xport_crypt_method_t,
    session_stream: *mut php_stream
) -> c_int