pub unsafe fn SetWindowFeedbackSetting<P0>(
    hwnd: P0,
    feedback: FEEDBACK_TYPE,
    dwflags: u32,
    size: u32,
    configuration: Option<*const c_void>
) -> BOOL
where P0: IntoParam<HWND>,