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