Function partition_rectangle

Source
pub unsafe extern "C" fn partition_rectangle(
    Region: Hobject,
    Partitioned: *mut Hobject,
    Width: f64,
    Height: f64,
) -> Herror