pub unsafe fn SetupPrepareQueueForRestoreA<P0>(
    queuehandle: *const c_void,
    backuppath: P0,
    restoreflags: u32,
) -> BOOL
where P0: Param<PCSTR>,