Function fchown

pub unsafe extern "C" fn fchown(
    fd: i32,
    owner: u32,
    group: u32,
) -> i32
Available on crate feature dep_sdl2 only.