pub unsafe fn NetRemoteComputerSupports<P0>(
    uncservername: P0,
    optionswanted: NET_REMOTE_COMPUTER_SUPPORTS_OPTIONS,
    optionssupported: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,