pub unsafe fn SetupDiGetHwProfileFriendlyNameA(
    hwprofile: u32,
    friendlyname: &mut [u8],
    requiredsize: Option<*mut u32>
) -> Result<()>