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