pub unsafe fn WindowsInspectString(
    targethstring: usize,
    machine: u16,
    callback: PINSPECT_HSTRING_CALLBACK,
    context: Option<*const c_void>,
    length: *mut u32,
    targetstringaddress: *mut usize
) -> Result<()>