pub unsafe fn SetAppInstanceCsvFlags<P0>(
    processhandle: P0,
    mask: u32,
    flags: u32
) -> u32
where P0: IntoParam<HANDLE>,