ped_partition_new

Function ped_partition_new 

Source
pub unsafe extern "C" fn ped_partition_new(
    disk: *const PedDisk,
    type_: PedPartitionType,
    fs_type: *const PedFileSystemType,
    start: PedSector,
    end: PedSector,
) -> *mut PedPartition