Function DsGetForestTrustInformationW
pub unsafe fn DsGetForestTrustInformationW<P0, P1>(
servername: P0,
trusteddomainname: P1,
flags: u32,
foresttrustinfo: *mut *mut LSA_FOREST_TRUST_INFORMATION,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,