pub unsafe fn SetupPrepareQueueForRestoreW<P0>(
    queuehandle: *const c_void,
    backuppath: P0,
    restoreflags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>,