SDL_IntersectFRectAndLine

Function SDL_IntersectFRectAndLine 

Source
pub unsafe extern "C" fn SDL_IntersectFRectAndLine(
    rect: *const SDL_FRect,
    X1: *mut f32,
    Y1: *mut f32,
    X2: *mut f32,
    Y2: *mut f32,
) -> SDL_bool