pub unsafe fn DirectDrawEnumerateExW(
    lpcallback: LPDDENUMCALLBACKEXW,
    lpcontext: *mut c_void,
    dwflags: u32
) -> Result<()>