pub fn file_append(
    path: String,
    bytes: Vec<u8>,
    ctx: &Context
) -> Result<(), ()>