pub unsafe fn RegisterAppInstance<P0, P1>(
    processhandle: P0,
    appinstanceid: *const GUID,
    childreninheritappinstance: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,