pub unsafe fn AvRtCreateThreadOrderingGroupExW<P0>(
    context: *mut HANDLE,
    period: *const i64,
    threadorderingguid: *mut GUID,
    timeout: Option<*const i64>,
    taskname: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,