pub unsafe extern "C" fn SDL_CreateWindowFrom(
    data: *const c_void
) -> *mut SDL_Window
Expand description

Creates a window from driver-dependent window creation data, typically a native window pointer.

Returns: the window pointer, or NULL on failure. Call SDL_GetErrorMsg for more.