Function GetClusterNetInterface
pub unsafe fn GetClusterNetInterface<P1, P2>(
hcluster: HCLUSTER,
lpsznodename: P1,
lpsznetworkname: P2,
lpszinterfacename: PWSTR,
lpcchinterfacename: *mut u32,
) -> u32where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,