pub unsafe fn HcsSetComputeSystemCallback<P0>(
    computesystem: P0,
    callbackoptions: HCS_EVENT_OPTIONS,
    context: Option<*const c_void>,
    callback: HCS_EVENT_CALLBACK
) -> Result<()>
where P0: IntoParam<HCS_SYSTEM>,