pub unsafe fn SetJobCompartmentId<P0>(
    jobhandle: P0,
    compartmentid: u32
) -> WIN32_ERROR
where P0: IntoParam<HANDLE>,