pub unsafe fn WsDecodeUrl(
    url: *const WS_STRING,
    flags: u32,
    heap: *const WS_HEAP,
    outurl: *mut *mut WS_URL,
    error: Option<*const WS_ERROR>
) -> Result<()>