pub unsafe extern "system" fn GetWindowFeedbackSetting(
    hwnd: HWND,
    feedback: FEEDBACK_TYPE,
    dwflags: u32,
    psize: *mut u32,
    config: *mut c_void
) -> BOOL
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation"