pub unsafe fn NetGetJoinInformation<P0>(
    lpserver: P0,
    lpnamebuffer: *mut PWSTR,
    buffertype: *mut NETSETUP_JOIN_STATUS
) -> u32
where P0: IntoParam<PCWSTR>,