Function windows::Win32::System::Diagnostics::Debug::UpdateDebugInfoFile

pub unsafe fn UpdateDebugInfoFile<P0, P1>(
    imagefilename: P0,
    symbolpath: P1,
    debugfilepath: PSTR,
    ntheaders: *const IMAGE_NT_HEADERS32
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,