pub type PPATCH_SYMLOAD_CALLBACK = Option<unsafe extern "system" fn(whichfile: u32, symbolfilename: PCSTR, symtype: u32, symbolfilechecksum: u32, symbolfiletimedate: u32, imagefilechecksum: u32, imagefiletimedate: u32, callbackcontext: *mut c_void) -> BOOL>;
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing", "Win32_Foundation"