pub unsafe fn FillConsoleOutputAttribute<'a>( hconsoleoutput: impl IntoParam<'a, HANDLE>, wattribute: u16, nlength: u32, dwwritecoord: impl IntoParam<'a, COORD>, lpnumberofattrswritten: *mut u32, ) -> BOOL