[][src]Function winapi::um::setupapi::SetupDiSetDevicePropertyW

pub unsafe extern "system" fn SetupDiSetDevicePropertyW(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    PropertyKey: *const DEVPROPKEY,
    PropertyType: DEVPROPTYPE,
    PropertyBuffer: *const BYTE,
    PropertyBufferSize: DWORD,
    Flags: DWORD
) -> BOOL