pub unsafe fn SetupCommitFileQueueW<P0>(
    owner: P0,
    queuehandle: *const c_void,
    msghandler: PSP_FILE_CALLBACK_W,
    context: *const c_void
) -> Result<()>
where P0: IntoParam<HWND>,