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