malloc c_func(size usize) ?*mut u8 free c_func(ptr ?*mut u8) void alloc func(size usize) ?*mut u8 { return malloc(size) }