[][src]Function fermium::SDL_CreateShapedWindow

pub unsafe extern "C" fn SDL_CreateShapedWindow(
    title: *const c_char,
    x: c_uint,
    y: c_uint,
    w: c_uint,
    h: c_uint,
    flags: Uint32
) -> *mut SDL_Window