Function windows::Win32::System::Diagnostics::Debug::MiniDumpWriteDump

pub unsafe fn MiniDumpWriteDump<P0, P1>(
    hprocess: P0,
    processid: u32,
    hfile: P1,
    dumptype: MINIDUMP_TYPE,
    exceptionparam: Option<*const MINIDUMP_EXCEPTION_INFORMATION>,
    userstreamparam: Option<*const MINIDUMP_USER_STREAM_INFORMATION>,
    callbackparam: Option<*const MINIDUMP_CALLBACK_INFORMATION>,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<HANDLE>,