pub unsafe extern "C" fn ZyanStringInitCustomBuffer(
    string: *mut ZyanString,
    buffer: *mut c_char,
    capacity: usize
) -> Status