pub unsafe extern "C" fn SDL_GetWindowBordersSize(
    window: *mut SDL_Window,
    top: *mut c_int,
    left: *mut c_int,
    bottom: *mut c_int,
    right: *mut c_int
) -> c_int
Expand description

Gets the size of the border decoration around the client area.

Any pointer may safely be null.