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