#[repr(C, packed(4))]pub struct MINIDUMP_CALLBACK_INFORMATION {
pub CallbackRoutine: MINIDUMP_CALLBACK_ROUTINE,
pub CallbackParam: *mut c_void,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’, ‘Win32_Storage_FileSystem’, ‘Win32_System_Kernel’, ‘Win32_System_Memory’
Fields
CallbackRoutine: MINIDUMP_CALLBACK_ROUTINECallbackParam: *mut c_void