sfImage_copyImage

Function sfImage_copyImage 

Source
pub unsafe extern "C" fn sfImage_copyImage(
    image: *mut sfImage,
    source: *const sfImage,
    destX: c_uint,
    destY: c_uint,
    sourceRect: sfIntRect,
    applyAlpha: sfBool,
)