pub unsafe fn NetworkIsolationGetEnterpriseIdAsync<P0>(
    wszservername: P0,
    dwflags: u32,
    context: Option<*const c_void>,
    callback: PNETISO_EDP_ID_CALLBACK_FN,
    hoperation: *mut HANDLE
) -> u32
where P0: IntoParam<PCWSTR>,