pub unsafe fn RtwqScheduleWorkItem<P0>(
    result: P0,
    timeout: i64,
    key: Option<*mut u64>
) -> Result<()>
where P0: IntoParam<IRtwqAsyncResult>,