pub unsafe fn SymSetScopeFromInlineContext<P0>(
    hprocess: P0,
    address: u64,
    inlinecontext: u32,
) -> Result<()>
where P0: Param<HANDLE>,