pub unsafe fn ConvertInterfaceAliasToLuid<P0>(
    interfacealias: P0,
    interfaceluid: *mut NET_LUID_LH
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>,