pub unsafe fn DsMergeForestTrustInformationW<P0>(
    domainname: P0,
    newforesttrustinfo: *const LSA_FOREST_TRUST_INFORMATION,
    oldforesttrustinfo: Option<*const LSA_FOREST_TRUST_INFORMATION>,
    mergedforesttrustinfo: *mut *mut LSA_FOREST_TRUST_INFORMATION
) -> u32
where P0: IntoParam<PCWSTR>,