pub unsafe fn SetupPromptReboot<P0, P1>(
    filequeue: Option<*const c_void>,
    owner: P0,
    scanonly: P1,
) -> i32
where P0: Param<HWND>, P1: Param<BOOL>,