pub unsafe extern "C" fn SDL_GetWindowData(
    window: *mut SDL_Window,
    name: *const c_char
) -> *mut c_void
Expand description

Gets the named user data pointer of the window.

The name is case sensitive.