sfImage_setPixel

Function sfImage_setPixel 

Source
pub unsafe extern "C" fn sfImage_setPixel(
    image: *mut sfImage,
    x: c_uint,
    y: c_uint,
    color: sfColor,
)