Function RangeMapAddPeImageSections
pub unsafe fn RangeMapAddPeImageSections<P1>(
rmaphandle: *const c_void,
imagename: P1,
mappedimage: *const c_void,
mappingbytes: u32,
imagebase: u64,
usertag: u64,
mappingflags: u32,
) -> BOOLwhere
P1: Param<PCWSTR>,